From: Richard M. Stallman Date: Wed, 27 Jul 1994 18:10:51 +0000 (+0000) Subject: [POSIX_SIGNALS] (signal): New definition. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90701 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9c063f29fa9181a6310e1b3148d3a45f635c0da0;p=emacs.git [POSIX_SIGNALS] (signal): New definition. --- diff --git a/src/syssignal.h b/src/syssignal.h index 374034df246..171cd24db65 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -54,6 +54,7 @@ extern sigset_t sys_sigmask (); #define sigsetmask(SIG) sys_sigsetmask (SIG) #define sighold(SIG) ONLY_USED_IN_BSD_4_1 #define sigrelse(SIG) ONLY_USED_IN_BSD_4_1 +#define signal(SIG,ACT) sys_signal(SIG,ACT) /* Whether this is what all systems want or not, this is what appears to be assumed in the source, for example data.c:arith_error. */